object winFile: TwinFile Left = 26 Top = 111 BorderStyle = bsDialog Caption = 'File Functions' ClientHeight = 500 ClientWidth = 575 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [fsBold] PixelsPerInch = 120 Position = poScreenCenter OnShow = FormShow TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 37 Width = 218 Height = 310 Shape = bsFrame IsControl = True end object Bevel2: TBevel Left = 347 Top = 37 Width = 218 Height = 310 Shape = bsFrame IsControl = True end object Bevel3: TBevel Left = 10 Top = 354 Width = 555 Height = 135 end object Label1: TLabel Left = 56 Top = 368 Width = 78 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'File Owner:' end object Label2: TLabel Left = 40 Top = 398 Width = 95 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'File Modified:' end object Label3: TLabel Left = 70 Top = 427 Width = 65 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'File Size:' end object Label4: TLabel Left = 35 Top = 457 Width = 100 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Creation Date:' end object Label5: TLabel Left = 312 Top = 398 Width = 88 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Delete Date:' end object Label6: TLabel Left = 318 Top = 427 Width = 82 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Deleted By:' end object Label7: TLabel Left = 312 Top = 457 Width = 88 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Archived By:' end object Label8: TLabel Left = 305 Top = 368 Width = 95 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'File Updated:' end object Label9: TLabel Left = 21 Top = 14 Width = 103 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Directory Path:' end object CancelBtn: TBitBtn Left = 241 Top = 39 Width = 95 Height = 34 TabOrder = 0 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object Panel1: TPanel Left = 20 Top = 47 Width = 198 Height = 294 BevelOuter = bvNone TabOrder = 1 object SalvageList: TListBox Left = 0 Top = 21 Width = 198 Height = 237 Align = alTop ExtendedSelect = False ItemHeight = 16 Sorted = True TabOrder = 0 OnDblClick = bInfoClick OnEnter = SalvageListEnter end object Header1: THeader Left = 0 Top = 0 Width = 198 Height = 21 Align = alTop Sections.Sections = ( #0'83'#0'Deleted Files') TabOrder = 1 end object bInfo: TButton Left = 10 Top = 263 Width = 178 Height = 31 Caption = '&Deleted File Info' TabOrder = 2 OnClick = bInfoClick end end object Panel2: TPanel Left = 358 Top = 47 Width = 198 Height = 294 BevelOuter = bvNone Caption = 'Panel2' TabOrder = 2 object fileList: TListBox Left = 0 Top = 21 Width = 198 Height = 237 Align = alTop ExtendedSelect = False ItemHeight = 16 Sorted = True TabOrder = 0 OnDblClick = bFileInfoClick OnEnter = fileListEnter end object Header2: THeader Left = 0 Top = 0 Width = 198 Height = 21 Align = alTop Sections.Sections = ( #0'91'#0'Available Files') TabOrder = 1 end object bFileInfo: TButton Left = 10 Top = 263 Width = 178 Height = 31 Caption = '&File Info' TabOrder = 2 OnClick = bFileInfoClick end end object bSalvage: TButton Left = 242 Top = 79 Width = 94 Height = 31 Caption = '&Salvage' Enabled = False TabOrder = 3 OnClick = bSalvageClick end object fileOwner: TEdit Left = 138 Top = 364 Width = 149 Height = 24 AutoSize = False TabOrder = 4 Text = 'fileOwner' end object fileCreated: TEdit Left = 138 Top = 453 Width = 149 Height = 24 AutoSize = False TabOrder = 5 Text = 'fileCreated' end object fileModified: TEdit Left = 138 Top = 394 Width = 149 Height = 24 AutoSize = False TabOrder = 6 Text = 'fileModified' end object fileSize: TEdit Left = 138 Top = 423 Width = 149 Height = 24 AutoSize = False TabOrder = 7 Text = 'fileSize' end object deleteDate: TEdit Left = 404 Top = 394 Width = 149 Height = 24 AutoSize = False TabOrder = 8 Text = 'deleteDate' end object deleteBy: TEdit Left = 404 Top = 423 Width = 149 Height = 24 AutoSize = False TabOrder = 9 Text = 'deleteBy' end object fileUpdated: TEdit Left = 404 Top = 364 Width = 149 Height = 24 AutoSize = False TabOrder = 10 Text = 'fileUpdated' end object archiveBy: TEdit Left = 404 Top = 453 Width = 149 Height = 24 AutoSize = False TabOrder = 11 Text = 'archiveBy' end object dirPath: TEdit Left = 128 Top = 10 Width = 322 Height = 24 AutoSize = False CharCase = ecUpperCase TabOrder = 12 Text = 'DIRPATH' end object bRefresh: TButton Left = 457 Top = 9 Width = 108 Height = 25 Caption = '&Refresh' TabOrder = 13 OnClick = bRefreshClick end object NWServer1: TNWServer Left = 220 Top = 248 end object NWTools1: TNWTools Left = 220 Top = 184 end object NWLib1: TNWLib Left = 220 Top = 216 end end